home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games Extra 1996 September / Amiga Games Extra CD-ROM 9-1996.iso / userbox / publicdomain / tbclock / tbclock.doc < prev    next >
Text File  |  1996-06-15  |  3KB  |  95 lines

  1. Program: TBClock
  2.  
  3. Version: 2.11 (15.6.96)
  4.  
  5. Author:  Simon Clayton
  6.          12 Valley Way
  7.          Exmouth
  8.          Devon
  9.          EX8 4PD
  10.          ENGLAND
  11.  
  12.          sdc395@ecs.soton.ac.uk
  13.  
  14. Short:   TBClock is a compact, commodities based, locale sensitive, screen
  15.          title bar clock
  16.  
  17. Req.:    TBClock works on any Amiga with OS 2.04 (or above) and
  18.          locale.library
  19.  
  20. It can be run from a CLI or Workbench and takes it's settings from the
  21. command line or .info file respectively.
  22.  
  23. The arguments/tooltypes are as follows:
  24.  
  25. CX_POPUP    - show user interface on startup?  Default NO
  26.  
  27. CX_POPKEY   - specify hotkey using commodities conventions.  Default
  28.               "control alt t"
  29.  
  30. CX_PRIORITY - commodities priority.  Default 0
  31.  
  32. FORMAT      - a string describing what is to appear on the title bar.  May
  33.               contain any of the following:
  34.  
  35.               %a - abbreviated weekday name
  36.               %A - weekday name
  37.               %b - abbreviated month name
  38.               %B - month name
  39.               %c - same as "%a %b %d %H:%M:%S %Y"
  40.               %C - same as "%a %b %e %T %Z %Y"
  41.               %d - day number with leading 0s
  42.               %D - same as "%m/%d/%y"
  43.               %e - day number with leading spaces
  44.               %h - abbreviated month name
  45.               %H - hour using 24-hour style with leading 0s
  46.               %I - hour using 12-hour style with leading 0s
  47.               %j - julian date
  48.               %m - month number with leading 0s
  49.               %M - the number of minutes with leading 0s
  50.               %n - insert a linefeed
  51.               %p - AM or PM strings
  52.               %q - hour using 24-hour style
  53.               %Q - hour using 12-hour style
  54.               %r - same as "%I:%M:%S %p"
  55.               %R - same as "%H:%M"
  56.               %S - number of seconds with leadings 0s
  57.               %t - insert a tab character
  58.               %T - same as "%H:%M:%S"
  59.               %U - week number, taking Sunday as first day of week
  60.               %w - weekday number
  61.               %W - week number, taking Monday as first day of week
  62.               %x - same as "%m/%d/%y"
  63.               %X - same as "%H:%M:%S"
  64.               %y - year using two digits with leading 0s
  65.               %Y - year using four digits with leading 0s
  66.  
  67.               so "%e-%b-%Y %q:%M" would produce something like
  68.               "21-Dec-1995 21:59"
  69.  
  70. UPDATE      - updating delay in tenths of seconds.  Range: 1 to 50.
  71.               Default 10.  Not much point using anything but 10.
  72.  
  73. JUMP        - jump to frontmost screen?  Default NO
  74.  
  75. NOCHECK     - don't check for rendering space?  Default NO
  76.  
  77. Please send me any comments or suggestions you have to improve TBClock.
  78.  
  79. I realise that this isn't a very in-depth .doc, but I hate writing them and
  80. this is a *very* simple program :)
  81.  
  82. One more thing...
  83.  
  84. THE SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF
  85. ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO THE
  86. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  87. YOU ARE ADVISED TO TEST THE SOFTWARE THOROUGHLY BEFORE RELYING ON IT.  YOU
  88. AGREE TO ACCEPT THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
  89. SOFTWARE AND DOCUMENTATION.  IN NO EVENT WILL SIMON CLAYTON BE LIABLE FOR
  90. DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES RESULTING FROM ANY
  91. DEFECT IN THE PROGRAM.
  92.  
  93. Hope you like it,
  94.  
  95. Simon